home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Diamond Collection / The Diamond Collection (Software Vault)(Digital Impact).ISO / cdr23 / dl203.zip / AIRTOUCH.SCR next >
Text File  |  1995-02-22  |  566b  |  21 lines

  1. ;  ┌────────────────────────┐
  2. ;  │ TERMINAL ID:  AIRTOUCH │
  3. ;  └────────────────────────┘
  4. ;
  5. ;  This is a script for the AIRTOUCH host located in Farmington Hills, MI
  6. ;  It is a prompt driven version which uses the manual mode to send pages
  7. ;  Some vendors do not support this mode so TAP should be used instead.
  8. ;  See TAP.SCR for an example of how to implement this.
  9.  
  10. SENDLN #13
  11. WAIT 10,ID=
  12. SENDLN M
  13.  
  14. LOOP
  15.     WAIT 5,Enter the Pager ID
  16.     SENDLN {pager_number}
  17.     WAIT 10, Enter the Message
  18.     SENDLN {message}
  19.     WAIT 5, Thank You.
  20. ENDLOOP
  21.